@charset "utf-8";

/*列表的大标题*/
.title{
	width: 98%;
	height:36px;
	line-height:36px;
	font-size: 24px;
	padding: 10px 0 10px 0;
	margin: 0 0 0 10px;
}
/* 小标题 */
.subtitle{
	width: 98%;
	height:20px;
	line-height:20px;
	font-size: 18px;
	padding: 10px 0 10px 0;
	margin: 0 0 0 10px;	
}
.searchTool{
	/*update 20150611 width: 98-100**/
	width: 100%;
	float: left;
	line-height:36px;
	/**
	margin: 0 0 0 10px;*/
}
.searchTool tr td{
	font-size: 12px;
	line-height:32px;
	display: inline;
	float: left;
}
.searchTool .glyphicon{
	float: none !important;
	margin:0 -6px 0 -3px !important;
}
.searchTool span{
	padding: 0 10px 0 5px;
	float: left;
}
.searchTool .name{
	font-size: 12px;
	text-align: right;
	float: left;
}
.searchTool input,
.searchTool select{
	margin-top: 5px;
	float: left;
}
.searchTool input[type="submit"]{
	margin-left: 10px;
}
.searchTool input[type="checkbox"],
.searchTool input[type="radio"]{
	float: left;
	margin: 10px 0 0 0;
}
.searchTool_name{
	font-size: 14px !important;
	font-weight: bolder;
	padding: 0 10px;
	float: left;
}
/*列表表格*/
.listBox{
	float: left;
	width: 100%;
	margin: 10px 0 0 0px;
}
/*
.listBox table{
	width: 100%;
	padding:0;	
}
.listBox table thead{
	line-height: 38px;
	width: 100%;
	font-size: 14px;
	font-weight: bolder;
}
.listBox table td{
	text-align: center;
}
.listBox table tbody{
	/*line-height: 38px;
}
.listBox table tfoot{
	line-height: 28px;
}*/
/*列表表格-按钮*/
.tabDel,.tabEnt{
	height: 22px;
	line-height: 22px;
	display: inline-block;
	padding: 0 10px;
	text-decoration: none !important;
	border-radius: 2px;
	margin: 0 3px;
}
/*输入列表*/
.registerform{
	margin: 0 0 0 20px;
}
.registerform tr{
}
.registerform td{
	padding: 12px 0;
}
.formName{
	color: #373942;
	font-size: 14px;
}
.need{
	font-size: 14px;
	color: #FF0005;
}
.Validform_checktip{
	background:#EFF0F4;
    border-radius: 2px;
    color: #C4C8D6;
    float: left;
    left: 15px;
    line-height:24px;
    margin: 0;
    padding: 0 10px;
    position: relative;
    text-align: left; 
}
.Validform_wrong{
	color: #ffffff;
	background: #E92D00;
}
.Validform_right{
	color: #ffffff;
	background: #66CC66;
}
.Validform_error{
	border: 1px solid #E30008 !important;
}
.formNote{
	text-align: left;
	vertical-align: top;
}
.triangle{
	width:0; 
	height:0; 
	line-height:0; 
	border:5px solid transparent;
	position:absolute; 
	top:6px; 
	left:-13px; 
	border-right:8px solid #EFF0F4;
}
.gray {
    color: #999999 !important;
}
/*Form弹出提示*/
#Validform_msg .iframe {
    left: 0;
    position: absolute;
    z-index: -1;
}
#Validform_msg {
    color: #ffffff;
    display: none;
    position: absolute;
    right: 50px;
    top:50px !important;
    font-size: 14px;
    width: 350px;
    z-index: 99999;
}
#Validform_msg .Validform_title {
    background-color: #000000;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0 8px;
    position: relative;
    text-align: left;
}
#Validform_msg .Validform_info {
	background:url(../img/frame/errorMessage.png) bottom repeat-x;
    padding: 10px 8px;
    text-align: left;
    border-radius:0px 0px 2px 2px;
}
#Validform_msg a.Validform_close:link, #Validform_msg a.Validform_close:visited {
    color: #FFFFFF;
    line-height:29px;
    position: absolute;
    right: 8px;
    text-decoration: none;
    top:0;
}
/*弹出对话框*/
.popupBox{
	border: 1px solid #E1E1E1;
	margin: 15px 0 0 10px;
	padding: 0 15px 0 0;
	background: #ffffff;
}
.popupBox td{
	float: left;
	padding: 6px 0;
}
.popupBox .formName{
	font-size: 12px;
	text-align: right;
}
.popupBox input[type="button"],
.popupBox input[type="submit"],
.popupBox input[type="reset"]{
	height: 26px;
	line-height: 26px;
	border-radius: 2px;
	cursor: pointer;
	padding:0 20px;
	margin: 0 10px 0 0;
	float: left; 
}
/**/
/* .popupBox label{
	background:#ced6e0;
	border: 1px solid #C4C6CB;
	opacity: 0.9;
    color: #ed0a0f;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    position: absolute;
    margin-top: 2px;
    white-space: nowrap;
    word-break: keep-all;
    word-wrap: normal;
} */

label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
/* 	color: red;
	font-style: italic;
	margin-left: 103px;
	width: 220px; */
/*  	background:#ced6e0; 
	border: 1px solid #C4C6CB; */
	opacity: 0.9;
    color: #ed0a0f;
    font-size: 10px;
/*     height: 20px;
    line-height: 20px; 
    padding: 0 2px; */
    position: absolute;
    margin-top: 0px;
    white-space: nowrap;
    word-break: keep-all;
    word-wrap: normal;
}
div.error { display: none; }

input.error,
textarea.error,
select.error { border: 1px dotted red; }
